home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Software 1 / Explore the World of Software (1994).iso / hrs.bat < prev    next >
DOS Batch File  |  1994-02-23  |  206b  |  19 lines

  1. @echo off
  2. lh hrslogo
  3.  
  4. :start
  5. lh doshrs
  6.  
  7. if not exist c:\hrs_app.bat goto exit
  8.  
  9. echo starting program
  10. call c:\hrs_app.bat
  11.  
  12. cls
  13. cd \
  14. echo returning to CD-ROM menu program
  15. goto start
  16.  
  17. :exit
  18.  
  19.